home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFRMIMPORTLANGUAGEDEF / TFRMIMPORTLANGUAGEDEF.txt
Encoding:
Text File  |  2003-04-16  |  1.6 KB  |  72 lines

  1. object frmImportLanguageDef: TfrmImportLanguageDef
  2.   Left = 366
  3.   Top = 286
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import Language Definition File'
  6.   ClientHeight = 167
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 295
  23.     Height = 26
  24.     Caption = 
  25.       'If you obtained a new version of the SPSS language definition fi' +
  26.       'le, you can browse for that file and import the new definition'
  27.     WordWrap = True
  28.   end
  29.   object edtLanguageFile: TdxButtonEdit
  30.     Left = 16
  31.     Top = 72
  32.     Width = 297
  33.     TabOrder = 0
  34.     Alignment = taRightJustify
  35.     ReadOnly = True
  36.     Buttons = <
  37.       item
  38.         Default = True
  39.       end>
  40.     OnButtonClick = edtLanguageFileButtonClick
  41.     StoredValues = 65
  42.     ExistButtons = True
  43.   end
  44.   object btnImport: TBitBtn
  45.     Left = 240
  46.     Top = 128
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&Import'
  50.     Enabled = False
  51.     TabOrder = 1
  52.     OnClick = btnImportClick
  53.   end
  54.   object btnCancel: TBitBtn
  55.     Left = 160
  56.     Top = 128
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Cancel'
  60.     TabOrder = 2
  61.     OnClick = btnCancelClick
  62.   end
  63.   object OpenDialog: TOpenDialog
  64.     DefaultExt = '.dll'
  65.     FileName = 'lngpck.dll'
  66.     Filter = 'EasySyntax Language Definitionfile|lngpck.dll'
  67.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  68.     Left = 16
  69.     Top = 120
  70.   end
  71. end
  72.